home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / supported / xypic / src / xyps-dto.doc < prev    next >
Text File  |  1995-03-15  |  4KB  |  107 lines

  1. %% $Id: xyps-dto.doc,v 2.10 1994/06/15 12:46:03 ross Exp $
  2. %%
  3. %% XY-pic ``dvitops driver'' PostScript backend support.
  4. %% Copyright (c) 1993-1994    Ross Moore    <ross@mpce.mq.edu.au>
  5. %%
  6. %% This file is part of the XY-pic package for graphs and diagrams in TeX.
  7. %% See the companion README and INSTALL files for further information.
  8. %% Copyright (c) 1991-1994    Kristoffer H. Rose    <kris@diku.dk>
  9. %%
  10. %% The XY-pic package is free software; you can redistribute it and/or modify
  11. %% it under the terms of the GNU General Public License as published by the
  12. %% Free Software Foundation; either version 2 of the License, or (at your
  13. %% option) any later version.
  14. %%
  15. %% The XY-pic package is distributed in the hope that it will be useful, but
  16. %% WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  17. %% or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  18. %% for more details.
  19. %%
  20. %% You should have received a copy of the GNU General Public License along
  21. %% with this package; if not, write to the Free Software Foundation, Inc.,
  22. %% 675 Mass Ave, Cambridge, MA 02139, USA.
  23. %%
  24. \ifx\xypsdtoloaded\relax \message{not reloaded}\endinput \fi
  25. \let\xypsdtoloaded=\relax \xycatcodes
  26.  
  27. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  28.  
  29. This included file (version \stripRCS$Revision: 2.10 $) provides \XY-ps
  30. support for the |dvitops| DVI driver by James Clark.
  31.  
  32. \BUG: This code has not been tested!
  33.  
  34. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  35. \DOCHEADER
  36.  
  37. \DOCMODE(
  38. \xywarnifdefined\dvitopsSpecial@
  39. \xywarnifdefined\dvitopsMacro@
  40. \xywarnifdefined\dvitopsRaw@
  41. \xywarnifdefined\dvitopsInclude@
  42. {\catcode`"=11 \catcode`!=11 \catcode`:=11
  43.  \gdef\dvitopsSpecial@#1{\firstPS@@\special{dvitops: inline #1}}
  44.  \gdef\dvitopsMacro@#1{\firstPS@@\special{dvitops: inline mark{#1}xy}}
  45.  \gdef\dvitopsRaw@#1{\firstPS@@\special{dvitops: inline #1}}%
  46.  \gdef\dvitopsInclude@#1{\firstPS@@\special{dvitops: prolog #1}}
  47. }
  48. \DOCMODE)
  49.  
  50. \DOCMODE(
  51. \xydef@\dvitops@{\gdef\dvitype@{dvitops }\dvimessage@
  52.  \global\let\PSspecial@=\dvitopsSpecial@
  53.  \global\let\PSmacro@=\dvitopsMacro@
  54.  \global\let\PSdict@=\dvitopsMacro@
  55.  \global\let\PSraw@=\dvitopsRaw@
  56.  \global\let\PSinclude@=\dvitopsInclude@
  57.  \global\let\xyPSobeylines@=\obeyDVITOPSlines@
  58.  \ifUsePSdict@@
  59.   \gdef\firstPS@@{\firstPS@ \includeXYPSdict@}%
  60.   \gdef\endXYdict@{\firstPS@}%
  61.  \else
  62.   \gdef\firstPS@@{\firstPS@ \@PSshipout}\gdef\endXYdict@{\firstPS@}\fi 
  63.  }%
  64.  
  65. \xywarnifdefined\obeyDVITOPSlines@
  66. {\catcode`\^^M=\active
  67.  \gdef\obeyDVITOPSlines@{\catcode`\^^M=\active \let^^M=\par \obeyspaces}}
  68. \DOCMODE)
  69.  
  70. |dvitops| requires the \PS\ dictionary to be included in the prolog,
  71. else shipped-out with every page. To handle this latter situation
  72. efficiently we rebind |\shipout|.
  73.  
  74. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  75.  
  76. \paragraph*{The end \& Log}\leavevmode
  77.  
  78. \DOCMODE(
  79. \xyendinput
  80.  
  81. % $Log: xyps-dto.doc,v $
  82. % Revision 2.10  1994/06/15  12:46:03  ross
  83. % Second release 3beta.
  84. % Colour and line style saving works; label colouring bug fixed.
  85. %
  86. % Revision 2.10  1994/06/15  12:46:03  ross
  87. % Second release 3beta.
  88. % Colour and line style saving works; label colouring bug fixed.
  89. %
  90. % Revision 2.9  1994/06/09  14:38:56  ross
  91. % Release 3beta.
  92. % Includes support for special effects: Rotations, Scaling, Line-width, Colour.
  93. % Back-ends are separated into separate files.
  94. % More back-ends are supported, experimentally --- needs testing.
  95. %
  96. % NEW for version 2.9 by Ross Moore  1994/05/30.
  97. \DOCMODE)
  98.  
  99. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  100.  
  101. % Tell Emacs that this is a LaTeX document and how it is formatted:
  102. % Local Variables:
  103. % mode:latex
  104. % fill-column:77
  105. % fill-prefix:""
  106. % End:
  107.